ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / OnClientAutoSizingColumn Property

In This Topic
    OnClientAutoSizingColumn Property (FlexGridBase<T>)
    In This Topic
    Occurs before the user auto-sizes a column by double-clicking the right edge of a column header cell.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientAutoSizingColumn As String
    public virtual string OnClientAutoSizingColumn {get; set;}
    See Also